disk block meaning in English
磁盘存储块
Examples
- An aggregate is an array of disk blocks containing a specific format that includes a superblock and an allocation map
聚集是包含一种特定格式的磁盘块阵列,其格式包括超级块和分配映射表。 - To get a report in human - readable form using multiples of 1 , 000 rather than number of disk blocks using multiples of 1024 , add the
要获得使用1000的倍数而不是使用1024的倍数的磁盘块数来表示的更易于读懂的报告,需添加- h选项。 - To get a report in human readable form using multiples of 1 , 000 rather than number of disk blocks using multiples of 1024 , add the
要获得使用1000的倍数而不是使用1024的倍数的磁盘块数来表示的更易于读懂的报告,则需要添加- h选项。 - A storage structure of1 to32 disk blocks that is used to store and transfer units of data in files with a relative or indexed file organization . unlike a block , a bucket can contain only entire records
由1至32磁盘信息块构成的一种存储结构。结合相对或索引文件组织,用于文件中数据单元的存储和传送。与信息块不同的是,存储桶只能包含整记录。 - “ when you write after seeking past the end of the file , new disk blocks might be allocated to store the data , but there is no need to allocate disk blocks for the data between the old end of file and the location where you start writing
当定位到超出文件尾端之后写时,对于新写的数据需要分配磁盘块,但是对于原文件尾端和新开始写位置之间的部分则不需要分配磁盘块。